public void save( Stream stream, boolean enableObjectCompression ) |
Parameters
- stream
- Destination stream.
- enableObjectCompression
- When set to true, the structure of the PDF objects is also compressed. Supported when PDF version >= 1.5
public void save( Stream stream, boolean enableObjectCompression ) |
| Exception | Description |
|---|---|
| com.o2sol.pdf4java.core.exceptions.PDFIOException | if a java.io.IOException appears during the save operation. |